configuration / network / interfaces / vif[ID] / ipv6

CLI REST-API

enable-dhcp

enable dhcp-client
This is a read-write object and valid values are:




See also:
/configuration/network/interfaces/vif[ID]/ipv6
/configuration/network/interfaces/vif[ID]/ipv6/ip-address
/configuration/network/interfaces/vif[ID]/ipv6/dhcp-client-id

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/network/interfaces/vif.*/ipv6


Example using curl:
curl /api/configuration/network/interfaces/vif.*/ipv6


Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/ipv6
Body:
{
  "enable-dhcp": true
}

Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/ipv6 -d
{
  "enable-dhcp": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]